projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0efa75d
)
(x_load_font): Fix previous change.
author
Kenichi Handa
<handa@m17n.org>
Thu, 2 Oct 2003 02:08:56 +0000
(
02:08
+0000)
committer
Kenichi Handa
<handa@m17n.org>
Thu, 2 Oct 2003 02:08:56 +0000
(
02:08
+0000)
src/xterm.c
patch
|
blob
|
history
diff --git
a/src/xterm.c
b/src/xterm.c
index 4d4ce822dd0f77c5beb9f73b3d18c799545b4f2d..5c5f6c60d4c24800757b54a99c637863ebce8864 100644
(file)
--- a/
src/xterm.c
+++ b/
src/xterm.c
@@
-9869,7
+9869,7
@@
x_load_font (f, fontname, size)
/* Now fill in the slots of *FONTP. */
BLOCK_INPUT;
- bzero (font
, sizeof (*font
));
+ bzero (font
p, sizeof (*fontp
));
fontp->font = font;
fontp->font_idx = i;
fontp->name = (char *) xmalloc (strlen (fontname) + 1);